home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / internet / javas99d.zip / JAVAS.EXE / 0 / RCDATA / TCOMPOUTFORM / TCOMPOUTFORM.txt
Text File  |  1996-05-27  |  1KB  |  57 lines

  1. object CompOutForm: TCompOutForm
  2.   Left = 138
  3.   Top = 140
  4.   Width = 464
  5.   Height = 254
  6.   Caption = 'MDI Child'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   FormStyle = fsMDIChild
  12.   Position = poDefault
  13.   Visible = True
  14.   OnClose = FormClose
  15.   OnCloseQuery = FormErrorCloseQuery
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 16
  19.   object RichEdit1: TRichEdit
  20.     Left = 0
  21.     Top = 0
  22.     Width = 456
  23.     Height = 209
  24.     Align = alClient
  25.     HideSelection = False
  26.     ScrollBars = ssBoth
  27.     TabOrder = 0
  28.     WantTabs = True
  29.     WordWrap = False
  30.     OnChange = RichEdit1Change
  31.     OnSelectionChange = RichEdit1SelectionChange
  32.   end
  33.   object StatusBar1: TStatusBar
  34.     Left = 0
  35.     Top = 209
  36.     Width = 456
  37.     Height = 18
  38.     Font.Color = clBlack
  39.     Font.Height = -11
  40.     Font.Name = 'MS Sans Serif'
  41.     Font.Style = []
  42.     Panels = <
  43.       item
  44.         Text = '   1:  1 '
  45.         Width = 65
  46.       end
  47.       item
  48.         Width = 75
  49.       end
  50.       item
  51.         Width = 50
  52.       end>
  53.     ParentFont = False
  54.     SimplePanel = False
  55.   end
  56. end
  57.